Rename Feature Toggles to Feature Flags#3214
Merged
MJRichardson merged 5 commits intoJun 19, 2026
Merged
Conversation
- Add new /docs/feature-flags/ pages with all content updated to use "feature flags" terminology
- Replace old /docs/feature-toggles/ pages with redirects to the new URLs
- Move screenshots to /docs/img/feature-flags/ folder
- Rename new-toggle-name.png → new-flag-name.png and feature-toggle-slug.png → feature-flag-slug.png
- Copy optimized images to matching /docs/i/{size}/feature-flags/ directories
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Pull request environment is available at https://stoctodocspr3214.z22.web.core.windows.net. You can view the ephemeral environment status in Octopus Deploy. This environment will be automatically deprovisioned when the pull request is closed, or after 7 days of inactivity. |
MJRichardson
approved these changes
Jun 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
/docs/feature-flags/pages replacing the/docs/feature-toggles/content, with all terminology updated from "feature toggles/toggle" to "feature flags/flag"/docs/feature-toggles/pages replaced with redirects to the new URLs/docs/img/feature-flags/folder; two files renamed:new-toggle-name.png→new-flag-name.pngandfeature-toggle-slug.png→feature-flag-slug.png/docs/i/{size}/feature-flags/)Screenshots to re-create
All 15 screenshots need to be re-captured as the UI now shows "Feature Flags" throughout:
new-flag-name.pngpublic/docs/img/feature-flags/new-flag-name.pngclient-identifier-preview-menu-item.pngpublic/docs/img/feature-flags/client-identifier-preview-menu-item.pngclient-identifier-preview.pngpublic/docs/img/feature-flags/client-identifier-preview.pngfeature-flag-slug.pngpublic/docs/img/feature-flags/feature-flag-slug.pngadd-environment-button.pngpublic/docs/img/feature-flags/add-environment-button.pngadd-environment-dialog.pngpublic/docs/img/feature-flags/add-environment-dialog.pngdefault-values.pngpublic/docs/img/feature-flags/default-values.pngminimum-version.pngpublic/docs/img/feature-flags/minimum-version.pngexcluded-tenants.pngpublic/docs/img/feature-flags/excluded-tenants.pngincluded-tenants.pngpublic/docs/img/feature-flags/included-tenants.pngtenant-rollout.pngpublic/docs/img/feature-flags/tenant-rollout.pngsegments.pngpublic/docs/img/feature-flags/segments.pngrollout-group-selector.pngpublic/docs/img/feature-flags/rollout-group-selector.pngmanage-rollout-group-overflow.pngpublic/docs/img/feature-flags/manage-rollout-group-overflow.pngrollout-group-page.pngpublic/docs/img/feature-flags/rollout-group-page.pngNote:
Octopus.FeatureToggles.ClientIdentifier(the Octopus variable name) has been left unchanged in the docs — update this if the variable name has also changed.Part of DEVEX-407